home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE03
/
TIPTRIX
/
POPUPSU.DFM
/
POPUPSU.txt
Wrap
Text File
|
1995-07-18
|
3KB
|
135 lines
object Form1: TForm1
Left = 200
Top = 99
Width = 435
Height = 300
Caption = 'Form1'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
KeyPreview = True
PixelsPerInch = 96
PopupMenu = PopupMenu1
OnKeyDown = FormKeyDown
TextHeight = 13
object Panel1: TPanel
Left = 24
Top = 24
Width = 385
Height = 225
Caption = 'Panel1'
PopupMenu = PopupMenu1
TabOrder = 0
object Panel2: TPanel
Left = 24
Top = 24
Width = 329
Height = 177
Caption = 'Panel2'
TabOrder = 0
object Panel3: TPanel
Left = 24
Top = 16
Width = 281
Height = 145
Caption = 'Panel3'
TabOrder = 0
object Panel4: TPanel
Left = 24
Top = 24
Width = 233
Height = 97
Caption = 'Panel4'
TabOrder = 0
object Panel5: TPanel
Left = 24
Top = 24
Width = 177
Height = 49
Caption = 'Panel5'
TabOrder = 0
object Button1: TButton
Left = 48
Top = 8
Width = 89
Height = 33
Caption = 'Button1'
TabOrder = 0
end
end
object Notebook1: TNotebook
Left = 120
Top = 16
Width = 65
Height = 65
PopupMenu = PopupMenu1
TabOrder = 1
object TPage
Left = 0
Top = 0
Caption = 'Default'
object Outline1: TOutline
Left = 8
Top = 8
Width = 49
Height = 49
ItemHeight = 13
TabOrder = 0
ItemSeparator = '\'
PopupMenu = PopupMenu1
end
end
end
end
end
object ListBox1: TListBox
Left = 240
Top = 8
Width = 81
Height = 49
ItemHeight = 13
TabOrder = 1
end
end
object Memo1: TMemo
Left = 16
Top = 56
Width = 49
Height = 41
Lines.Strings = (
'Memo1')
TabOrder = 1
end
object RadioButton1: TRadioButton
Left = 64
Top = 208
Width = 113
Height = 17
Caption = 'RadioButton1'
TabOrder = 2
end
end
object PopupMenu1: TPopupMenu
OnPopup = PopupMenu1Popup
object DummyItem: TMenuItem
Caption = 'Dummy Text'
end
object N1: TMenuItem
Caption = '-'
end
object Menuitem1: TMenuItem
Caption = 'Menu item &1'
end
object Menuitem2: TMenuItem
Caption = 'Menu item &2'
end
object Menuitem3: TMenuItem
Caption = 'Menu item &3'
end
object EtcItem: TMenuItem
Caption = 'Etc.'
end
end
end